Description
Send a Nuxeo event.
Operation id | Notification.SendEvent |
Category | Notification |
Label | Send Event |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Notification.SendEvent",
"label" : "Send Event",
"category" : "Notification",
"requires" : null,
"description" : "Send a Nuxeo event.",
"url" : "Notification.SendEvent",
"signature" : [ "void", "void" ],
"params" : [ {
"name" : "name",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}